home *** CD-ROM | disk | FTP | other *** search
/ Super CD / Super CD.iso / programs / hyperdos / addvoice.bat next >
Encoding:
DOS Batch File  |  1991-03-15  |  974 b   |  28 lines

  1. @echo off
  2. If exist addvoice.bat goto skip0
  3. echo To install the AudioWare voice files onto your hard disk, first go
  4. echo to the floppy drive which contains the HyperDOS floppy, then type
  5. echo addvoice.  For example:
  6. echo      a:
  7. echo      addvoice
  8. goto done
  9. :skip0
  10. echo  -------------------------------------------------------------
  11. echo Adding voice capabilities to HyperDOS requires the optional
  12. echo Leading Technology AudioWare (TM) board.  If you do not have
  13. echo this option quit this installation process now by holding the
  14. echo CTRL key down and pressing C.
  15. echo  -------------------------------------------------------------
  16. pause
  17. hyperarc c:\hyperdos *.voc
  18. c:
  19. cd \hyperdos
  20. if not exist home.voc ren nohome.voc home.voc
  21. cls
  22. echo -------------------------------------------------------
  23. echo to start HyperDOS type:
  24. echo     hyperdos
  25. echo after the    C:\HYPERDOS   prompt.
  26. echo -------------------------------------------------------
  27. :done
  28.